KREDOR Business Object Framework Documentation

SelectFrom<T>.Percent Method 

Returns a SelectFrom`1 instance with the specified TOP PERCENT clause appended. Requires OrderBy(identityColumnName).

public static SelectFrom<T> Percent(
   Int32 percent
);

Parameters

Int32
The percent of rows to return.

Return Value

A SelectFrom instance specifying the percent of rows (objects) to return.

See Also

SelectFrom<T> Class | Kredor.BO Namespace | ArrayList